Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore listing by price #234

Merged
merged 6 commits into from
Dec 21, 2024
Merged

Conversation

SeRi0uS007
Copy link
Contributor

@SeRi0uS007 SeRi0uS007 commented Oct 8, 2024

Ignore listing according to the final price.

Setup menu example
Setup menu example

"Sell all" example
"Sell all" example

At the moment, this pull request has a conflict with my another pull request #233. So, depending on what is accepted and how, I will fix my code.

code.user.js Outdated Show resolved Hide resolved
@SeRi0uS007
Copy link
Contributor Author

@Nuklon, I've updated and just tested my last commit to ensure it works.

Perhaps it also makes sense to create a separate const for stacked items?

const itemNameWithAmount = task.item.amount == 1 ? itemName : `${task.item.amount}x ${itemName}`;

@Nuklon
Copy link
Owner

Nuklon commented Dec 21, 2024

Thanks, looks good now.

@Nuklon Nuklon merged commit 4d9e902 into Nuklon:master Dec 21, 2024
1 check passed
@SeRi0uS007 SeRi0uS007 deleted the ignore-listing-price branch December 21, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants